-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix outlines for lines having more preceived aliasing since 0.20 #8317
Conversation
@@ -2182,7 +2182,7 @@ fn quote_archetype_field_type(hpp_includes: &mut Includes, obj_field: &ObjectFie | |||
quote! { Collection<#elem_type> } | |||
} | |||
// TODO(andreas): This should emit `MonoCollection` which will be a constrained version of `Collection`. | |||
// (simply adapting `MonoCollection` breaks some existing code, so this not entirely trivial to do. | |||
// (Simply adapting `MonoCollection` breaks some existing code, so this not entirely trivial to do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load bearing rust change so I get web builder ci triggered
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense - thanks for the fix! Soon we can have regression checks for this :)
Related
What
All screenshots on MacOS lowdpi (==scaling 100%) since it's easier to spot there (but also still impactful on highdpi==scaling>=200%). Listing WebGPU & WebGL separately since WebGL version doesn't do anti-aliasing on outlines (technical limitations)
0.19 WebGPU Chrome
0.20/main WebGPU Chrome
This PR WebGPU Chrome
0.19 WebGL Chrome
0.20/main WebGL Chrome
This PR WebGL Chrome